home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14580 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.nas.com!news
  2. From: gldnspud@kali.nas.com (Matt Scott)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL
  5. Date: Sun, 31 Mar 1996 23:56:13 GMT
  6. Organization: Everyone's Software
  7. Message-ID: <4jn66s$3l6@barad-dur.nas.com>
  8. References: <4g2s4j$583@news.iii.net> <312b5ef9.213303073@news.cyberport.com> <4glib9$5lv@barad-dur.nas.com> <3130dd40.59556938@news.cyberport.com>
  9. NNTP-Posting-Host: kali.nas.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. tangent@cyberport.com (Warren Young) wrote:
  13.  
  14. >>That book is indeed a good read and it's what got me going with the
  15. >>whole STL paradigm.
  16. >What struck me about it was that it wasn't _just_ a tutorial.  Instead
  17. >of just telling you how to use it, the book actually _explored_ STL,
  18. >providing the code and spec for it in the book.  More importantly, STL
  19. >code snippets are scattered throughout the book with explanations.
  20. >Also, he goes to some lengths to explain internal workings, and to
  21. >benchmark the classes so that you know, _specifically_ how each of the
  22. >similar classes differs from each other.
  23.  
  24. Yes, I liked that aspect of it, too. Some of the stuff I ignored (like
  25. how lists allocate memory -- I'm saving that section for when I get
  26. some time to sit alone with the book and read it thoroughly), but at
  27. least he structured the book in such a way that it was easy to tell
  28. which parts are superfluous if you just want a general view of the STL
  29. for the time being.
  30.  
  31. >I wonder, would anyone like to give a micro-review of the other major
  32. >STL book (the one coauthored by Dave Musser, I think)?  Not having
  33. >seen it, I can only state that Nelson's book is excellent.  I'd like
  34. >to be able to recommend the _best_ book, though, and I can't do that
  35. >if I don't know anything about the competition.
  36.  
  37. It may be viewed by some as the ``competition'', but with most good
  38. programming books, it is good to have more than one book on the same
  39. subject. I'm sure that other books explore the STL in ways that Nelson
  40. had inadvertently missed, and vice versa.
  41.  
  42. I'm still glad I got Nelson's book, though, and it'll probably be one
  43. of those books that hardly ever touches my shelf -- it'll always be on
  44. the desk, opened to some page! ;)
  45.  
  46. -Matt
  47.  
  48.  
  49.